home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / COMPNENT / DTOOLS3 / README.TXT < prev   
Text File  |  1996-04-30  |  3KB  |  76 lines

  1. ----------------------------------------------
  2.  DTools 3.0 - 16/32-bit Components for Delphi
  3. ----------------------------------------------
  4. Here are a bunch of components and routines I hope you will find useful.
  5. I have included the source for the component registration (DTOOLS.PAS)
  6. so you can customize which components to load and which page on the toolbar
  7. they will reside on. I have also included help and keyword files.
  8.  
  9. Detailed installation instructions are available in the online help.
  10.  
  11. NOTE:  You need to unzip this archive with directory expansion.
  12.  
  13. -----------------------------
  14.  Previous TBalloonHint Users
  15. -----------------------------
  16. Due to several requests, I removed the Operation property and replaced it 
  17. with the Behavior property.  The new Behavior property provides more control
  18. over the balloon hint while retaining all of the previous functionality.
  19. The downside is if you load an old project, you might receive the following 
  20. message:  
  21.  
  22.     Error reading Object.Operation: Property does not exist.
  23.     Ignore the error and continue?
  24.  
  25. Choose Ignore and everything should perform as expected.  You will also need 
  26. to save the form.
  27.  
  28. ----------------------------
  29.  Registration and Licensing
  30. ----------------------------
  31. The components and routines contained in DTools are shareware.  This means
  32. if you use any of them in an application you must register.  Please see
  33. ORDER.TXT for pricing and payment information.  Once you have registered
  34. DTools you may use these components in your own applications without
  35. royalties or licensing fees.
  36.  
  37. You may also register on-line with CompuServe.  Go to the SWREG forum and 
  38. use Registration ID #11256 for DTools 3.0 registration or use Registration 
  39. ID #11274 for DTools 3.0 registration with source code.
  40.  
  41. --------------
  42.  Distribution
  43. --------------
  44. Feel free to distribute this ZIP file to other on-line services,
  45. the Internet, your friends, etc., but please distribute the complete file.
  46.   
  47. You may not sell these components (other than a nominal distribution fee).
  48.  
  49. ---------------------------------
  50.  Support and Contact Information
  51. ---------------------------------
  52. As many of you know I am very active on CompuServe and the Internet.  Please
  53. feel free to contact me via e-mail.
  54.  
  55. Tim Noonan 
  56. Internet:        tnoonan@erols.com
  57. CompuServe ID:   75212,664
  58. WWW:             http://ourworld.compuserve.com/homepages/tnoonan
  59.  
  60. I have made every effort to ensure they are free of bugs, but you never know.
  61. Use them at your own risk!  All questions, comments and criticisms are welcome!
  62.  
  63. ----------------------
  64.  The Legal Disclaimer
  65. ----------------------
  66. THE INFORMATION AND CODE PROVIDED HEREUNDER (COLLECTIVELY REFERRED TO AS
  67. "SOFTWARE") IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS 
  68. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF 
  69. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL 
  70. TIM NOONAN BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, 
  71. INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN 
  72. IF TIM NOONAN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME 
  73. STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR 
  74. CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT 
  75. APPLY.
  76.